Html Css Color HEX #B069CC Medium Orchid

📋 copy color: '#B069CC'

red 176 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #B069CC

Tints of Medium Orchid #B069CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 36.29%
G = 21.65%
B = 42.06%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B069CC (or 0xB069CC) is known color: Medium Orchid. HEX triplet: B0, 69 and CC. RGB value is (176,105,204). Sum of RGB (Red+Green+Blue) = 176+105+204=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B069CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069CC is #4F9633. Grayscale: #898989. Windows color (decimal): -5215796 or 13396400. OLE color: 13396400.

HSL color Cylindrical-coordinate representation of color #B069CC: hue angle of 283.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B069CC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 105 204 -
CMYK 0.14 0.49 0 0.2
HSL 283.03º 0.49% 0.61% -
HSV(B) 283.03º 0.49% 0.8% -
XYZ 33.86 23.69 59.92 -
YUV 137.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 176 105 204 0.14 0.49 0 0.2 283.03 0.49 0.61
Hex B0 69 CC E 31 0 14 11B 31 3D
Octal 260 151 314 16 61 0 24 433 61 75
Binary 10110000 1101001 11001100 1110 110001 0 10100 100011011 110001 111101

Color Harmonies of #B069CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069CC

Black with #B069CC

Text Example


Text Example

White with #B069CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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