Html Css Color HEX #B038EE Dark Orchid

📋 copy color: '#B038EE'

red 176 ◦ green 56 ◦ blue 238

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

Shades of Dark Orchid #B038EE

Tints of Dark Orchid #B038EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 37.45%
G = 11.91%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B038EE (or 0xB038EE) is known color: Dark Orchid. HEX triplet: B0, 38 and EE. RGB value is (176,56,238). Sum of RGB (Red+Green+Blue) = 176+56+238=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #B038EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038EE is #4FC711. Grayscale: #707070. Windows color (decimal): -5228306 or 15612080. OLE color: 15612080.

HSL color Cylindrical-coordinate representation of color #B038EE: hue angle of 279.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B038EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 56 238 -
CMYK 0.26 0.76 0 0.07
HSL 279.56º 0.84% 0.58% -
HSV(B) 279.56º 0.76% 0.93% -
XYZ 34.75 18.23 82.58 -
YUV 112.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 176 56 238 0.26 0.76 0 0.07 279.56 0.84 0.58
Hex B0 38 EE 1A 4C 0 7 118 54 3A
Octal 260 70 356 32 114 0 7 430 124 72
Binary 10110000 111000 11101110 11010 1001100 0 111 100011000 1010100 111010

Color Harmonies of #B038EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038EE

Black with #B038EE

Text Example


Text Example

White with #B038EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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