Html Css Color HEX #B038CB Dark Orchid

📋 copy color: '#B038CB'

red 176 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #B038CB

Tints of Dark Orchid #B038CB

RGB

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

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

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

R = 40.46%
G = 12.87%
B = 46.67%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B038CB (or 0xB038CB) is known color: Dark Orchid. HEX triplet: B0, 38 and CB. RGB value is (176,56,203). Sum of RGB (Red+Green+Blue) = 176+56+203=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B038CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038CB is #4FC734. Grayscale: #6C6C6C. Windows color (decimal): -5228341 or 13318320. OLE color: 13318320.

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

Color convert

RGB 176 56 203 -
CMYK 0.13 0.72 0 0.20
HSL 288.98º 0.59% 0.51% -
HSV(B) 288.98º 0.72% 0.8% -
XYZ 30.1 16.37 58.07 -
YUV 108.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 176 56 203 0.13 0.72 0 0.20 288.98 0.59 0.51
Hex B0 38 CB D 48 0 14 121 3B 33
Octal 260 70 313 15 110 0 24 441 73 63
Binary 10110000 111000 11001011 1101 1001000 0 10100 100100001 111011 110011

Color Harmonies of #B038CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038CB

Black with #B038CB

Text Example


Text Example

White with #B038CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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