Html Css Color HEX #B06CCB Medium Orchid

📋 copy color: '#B06CCB'

red 176 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #B06CCB

Tints of Medium Orchid #B06CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 36.14%
G = 22.18%
B = 41.68%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06CCB (or 0xB06CCB) is known color: Medium Orchid. HEX triplet: B0, 6C and CB. RGB value is (176,108,203). Sum of RGB (Red+Green+Blue) = 176+108+203=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCB is #4F9334. Grayscale: #8A8A8A. Windows color (decimal): -5215029 or 13331632. OLE color: 13331632.

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

Color convert

RGB 176 108 203 -
CMYK 0.13 0.47 0 0.20
HSL 282.95º 0.48% 0.61% -
HSV(B) 282.95º 0.47% 0.8% -
XYZ 34.05 24.27 59.39 -
YUV 139.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 176 108 203 0.13 0.47 0 0.20 282.95 0.48 0.61
Hex B0 6C CB D 2F 0 14 11B 30 3D
Octal 260 154 313 15 57 0 24 433 60 75
Binary 10110000 1101100 11001011 1101 101111 0 10100 100011011 110000 111101

Color Harmonies of #B06CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CCB

Black with #B06CCB

Text Example


Text Example

White with #B06CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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