Html Css Color HEX #B038CF Dark Orchid

📋 copy color: '#B038CF'

red 176 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #B038CF

Tints of Dark Orchid #B038CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 40.09%
G = 12.76%
B = 47.15%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B038CF (or 0xB038CF) is known color: Dark Orchid. HEX triplet: B0, 38 and CF. RGB value is (176,56,207). Sum of RGB (Red+Green+Blue) = 176+56+207=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B038CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038CF is #4FC730. Grayscale: #6C6C6C. Windows color (decimal): -5228337 or 13580464. OLE color: 13580464.

HSL color Cylindrical-coordinate representation of color #B038CF: hue angle of 287.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B038CF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 56 207 -
CMYK 0.15 0.73 0 0.19
HSL 287.68º 0.61% 0.52% -
HSV(B) 287.68º 0.73% 0.81% -
XYZ 30.58 16.56 60.62 -
YUV 109.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 176 56 207 0.15 0.73 0 0.19 287.68 0.61 0.52
Hex B0 38 CF F 49 0 13 120 3D 34
Octal 260 70 317 17 111 0 23 440 75 64
Binary 10110000 111000 11001111 1111 1001001 0 10011 100100000 111101 110100

Color Harmonies of #B038CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038CF

Black with #B038CF

Text Example


Text Example

White with #B038CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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