Html Css Color HEX #B06DCA Medium Orchid

📋 copy color: '#B06DCA'

red 176 ◦ green 109 ◦ blue 202

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

Shades of Medium Orchid #B06DCA

Tints of Medium Orchid #B06DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 36.14%
G = 22.38%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B06DCA (or 0xB06DCA) is known color: Medium Orchid. HEX triplet: B0, 6D and CA. RGB value is (176,109,202). Sum of RGB (Red+Green+Blue) = 176+109+202=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B06DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DCA is #4F9235. Grayscale: #8B8B8B. Windows color (decimal): -5214774 or 13266352. OLE color: 13266352.

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

Color convert

RGB 176 109 202 -
CMYK 0.13 0.46 0 0.21
HSL 283.23º 0.47% 0.61% -
HSV(B) 283.23º 0.46% 0.79% -
XYZ 34.03 24.43 58.8 -
YUV 139.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 176 109 202 0.13 0.46 0 0.21 283.23 0.47 0.61
Hex B0 6D CA D 2E 0 15 11B 2F 3D
Octal 260 155 312 15 56 0 25 433 57 75
Binary 10110000 1101101 11001010 1101 101110 0 10101 100011011 101111 111101

Color Harmonies of #B06DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DCA

Black with #B06DCA

Text Example


Text Example

White with #B06DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DCA; }

 p { color: rgb(176,109,202); }

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

background-color css

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

 a { background-color: rgb(176,109,202); }

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

border-color css

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

 span { border-color: rgb(176,109,202); }

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