Html Css Color HEX #B065CB Medium Orchid

📋 copy color: '#B065CB'

red 176 ◦ green 101 ◦ blue 203

#B065CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B065CB

Tints of Medium Orchid #B065CB

RGB

 RED value IS 176 (69.14% from 255) = 36.67%

 GREEN value IS 101 (39.84% from 255) = 21.04%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 36.67%
G = 21.04%
B = 42.29%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B065CB (or 0xB065CB) is known color: Medium Orchid. HEX triplet: B0, 65 and CB. RGB value is (176,101,203). Sum of RGB (Red+Green+Blue) = 176+101+203=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B065CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CB is #4F9A34. Grayscale: #868686. Windows color (decimal): -5216821 or 13329840. OLE color: 13329840.

HSL color Cylindrical-coordinate representation of color #B065CB: hue angle of 284.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B065CB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 101 203 -
CMYK 0.13 0.50 0 0.20
HSL 284.12º 0.5% 0.6% -
HSV(B) 284.12º 0.5% 0.8% -
XYZ 33.34 22.85 59.15 -
YUV 135.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 176 101 203 0.13 0.50 0 0.20 284.12 0.5 0.6
Hex B0 65 CB D 32 0 14 11C 32 3C
Octal 260 145 313 15 62 0 24 434 62 74
Binary 10110000 1100101 11001011 1101 110010 0 10100 100011100 110010 111100

Color Harmonies of #B065CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065CB

Black with #B065CB

Text Example


Text Example

White with #B065CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065CB; }

 p { color: rgb(176,101,203); }

 H1.HeaderClassName
 {
   color: #B065CB;
 }
 .AnyTagClassName
 {
   color: #B065CB;
 }
</style>

background-color css

<style>
 a { background-color: #B065CB; }

 a { background-color: rgb(176,101,203); }

 div.DivClassName
 {
   background-color: #B065CB;
 }
 .BgClassName
 {
   background-color: #B065CB;
 }
</style>

border-color css

<style>
 span { border-color: #B065CB; }

 span { border-color: rgb(176,101,203); }

 td.TdClassName
 {
   border-color: #B065CB;
 }
 .TagClassName
 {
   border-color: #B065CB;
 }
</style>