Html Css Color HEX #B065CC Medium Orchid

📋 copy color: '#B065CC'

red 176 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #B065CC

Tints of Medium Orchid #B065CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 36.59%
G = 21%
B = 42.41%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B065CC (or 0xB065CC) is known color: Medium Orchid. HEX triplet: B0, 65 and CC. RGB value is (176,101,204). Sum of RGB (Red+Green+Blue) = 176+101+204=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B065CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CC is #4F9A33. Grayscale: #868686. Windows color (decimal): -5216820 or 13395376. OLE color: 13395376.

HSL color Cylindrical-coordinate representation of color #B065CC: hue angle of 283.69º 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 #B065CC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 101 204 -
CMYK 0.14 0.50 0 0.2
HSL 283.69º 0.5% 0.6% -
HSV(B) 283.69º 0.5% 0.8% -
XYZ 33.46 22.9 59.78 -
YUV 135.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 176 101 204 0.14 0.50 0 0.2 283.69 0.5 0.6
Hex B0 65 CC E 32 0 14 11C 32 3C
Octal 260 145 314 16 62 0 24 434 62 74
Binary 10110000 1100101 11001100 1110 110010 0 10100 100011100 110010 111100

Color Harmonies of #B065CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065CC

Black with #B065CC

Text Example


Text Example

White with #B065CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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