Html Css Color HEX #B038BE Dark Orchid

📋 copy color: '#B038BE'

red 176 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #B038BE

Tints of Dark Orchid #B038BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 41.71%
G = 13.27%
B = 45.02%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B038BE (or 0xB038BE) is known color: Dark Orchid. HEX triplet: B0, 38 and BE. RGB value is (176,56,190). Sum of RGB (Red+Green+Blue) = 176+56+190=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #B038BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038BE is #4FC741. Grayscale: #6A6A6A. Windows color (decimal): -5228354 or 12466352. OLE color: 12466352.

HSL color Cylindrical-coordinate representation of color #B038BE: hue angle of 293.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B038BE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 56 190 -
CMYK 0.07 0.71 0 0.25
HSL 293.73º 0.54% 0.48% -
HSV(B) 293.73º 0.71% 0.75% -
XYZ 28.61 15.78 50.25 -
YUV 107.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 176 56 190 0.07 0.71 0 0.25 293.73 0.54 0.48
Hex B0 38 BE 7 47 0 19 126 36 30
Octal 260 70 276 7 107 0 31 446 66 60
Binary 10110000 111000 10111110 111 1000111 0 11001 100100110 110110 110000

Color Harmonies of #B038BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038BE

Black with #B038BE

Text Example


Text Example

White with #B038BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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