Html Css Color HEX #B06CCD Medium Orchid

📋 copy color: '#B06CCD'

red 176 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B06CCD

Tints of Medium Orchid #B06CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 35.99%
G = 22.09%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06CCD (or 0xB06CCD) is known color: Medium Orchid. HEX triplet: B0, 6C and CD. RGB value is (176,108,205). Sum of RGB (Red+Green+Blue) = 176+108+205=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B06CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CCD is #4F9332. Grayscale: #8B8B8B. Windows color (decimal): -5215027 or 13462704. OLE color: 13462704.

HSL color Cylindrical-coordinate representation of color #B06CCD: hue angle of 282.06º degrees, saturation: 0.49, 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 #B06CCD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 108 205 -
CMYK 0.14 0.47 0 0.20
HSL 282.06º 0.49% 0.61% -
HSV(B) 282.06º 0.47% 0.8% -
XYZ 34.29 24.36 60.65 -
YUV 139.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 176 108 205 0.14 0.47 0 0.20 282.06 0.49 0.61
Hex B0 6C CD E 2F 0 14 11A 31 3D
Octal 260 154 315 16 57 0 24 432 61 75
Binary 10110000 1101100 11001101 1110 101111 0 10100 100011010 110001 111101

Color Harmonies of #B06CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CCD

Black with #B06CCD

Text Example


Text Example

White with #B06CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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