Html Css Color HEX #B038D0 Dark Orchid

📋 copy color: '#B038D0'

red 176 ◦ green 56 ◦ blue 208

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

Shades of Dark Orchid #B038D0

Tints of Dark Orchid #B038D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 40%
G = 12.73%
B = 47.27%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B038D0 (or 0xB038D0) is known color: Dark Orchid. HEX triplet: B0, 38 and D0. RGB value is (176,56,208). Sum of RGB (Red+Green+Blue) = 176+56+208=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #B038D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038D0 is #4FC72F. Grayscale: #6C6C6C. Windows color (decimal): -5228336 or 13646000. OLE color: 13646000.

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

Color convert

RGB 176 56 208 -
CMYK 0.15 0.73 0 0.18
HSL 287.37º 0.62% 0.52% -
HSV(B) 287.37º 0.73% 0.82% -
XYZ 30.7 16.61 61.26 -
YUV 109.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 176 56 208 0.15 0.73 0 0.18 287.37 0.62 0.52
Hex B0 38 D0 F 49 0 12 11F 3E 34
Octal 260 70 320 17 111 0 22 437 76 64
Binary 10110000 111000 11010000 1111 1001001 0 10010 100011111 111110 110100

Color Harmonies of #B038D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038D0

Black with #B038D0

Text Example


Text Example

White with #B038D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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