Html Css Color HEX #B038EB Dark Orchid

📋 copy color: '#B038EB'

red 176 ◦ green 56 ◦ blue 235

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

Shades of Dark Orchid #B038EB

Tints of Dark Orchid #B038EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 37.69%
G = 11.99%
B = 50.32%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B038EB (or 0xB038EB) is known color: Dark Orchid. HEX triplet: B0, 38 and EB. RGB value is (176,56,235). Sum of RGB (Red+Green+Blue) = 176+56+235=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #B038EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038EB is #4FC714. Grayscale: #6F6F6F. Windows color (decimal): -5228309 or 15415472. OLE color: 15415472.

HSL color Cylindrical-coordinate representation of color #B038EB: hue angle of 280.22º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B038EB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 56 235 -
CMYK 0.25 0.76 0 0.08
HSL 280.22º 0.82% 0.57% -
HSV(B) 280.22º 0.76% 0.92% -
XYZ 34.31 18.06 80.27 -
YUV 112.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 176 56 235 0.25 0.76 0 0.08 280.22 0.82 0.57
Hex B0 38 EB 19 4C 0 8 118 52 39
Octal 260 70 353 31 114 0 10 430 122 71
Binary 10110000 111000 11101011 11001 1001100 0 1000 100011000 1010010 111001

Color Harmonies of #B038EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038EB

Black with #B038EB

Text Example


Text Example

White with #B038EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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