Html Css Color HEX #B038CD Dark Orchid

📋 copy color: '#B038CD'

red 176 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #B038CD

Tints of Dark Orchid #B038CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

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

R = 40.27%
G = 12.81%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B038CD (or 0xB038CD) is known color: Dark Orchid. HEX triplet: B0, 38 and CD. RGB value is (176,56,205). Sum of RGB (Red+Green+Blue) = 176+56+205=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #B038CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038CD is #4FC732. Grayscale: #6C6C6C. Windows color (decimal): -5228339 or 13449392. OLE color: 13449392.

HSL color Cylindrical-coordinate representation of color #B038CD: hue angle of 288.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B038CD is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 56 205 -
CMYK 0.14 0.73 0 0.20
HSL 288.32º 0.6% 0.51% -
HSV(B) 288.32º 0.73% 0.8% -
XYZ 30.34 16.47 59.34 -
YUV 108.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 176 56 205 0.14 0.73 0 0.20 288.32 0.6 0.51
Hex B0 38 CD E 49 0 14 120 3C 33
Octal 260 70 315 16 111 0 24 440 74 63
Binary 10110000 111000 11001101 1110 1001001 0 10100 100100000 111100 110011

Color Harmonies of #B038CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038CD

Black with #B038CD

Text Example


Text Example

White with #B038CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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