Html Css Color HEX #B236ED Dark Orchid

📋 copy color: '#B236ED'

red 178 ◦ green 54 ◦ blue 237

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

Shades of Dark Orchid #B236ED

Tints of Dark Orchid #B236ED

RGB

 RED value IS 178 (69.92% from 255) = 37.95%

 GREEN value IS 54 (21.48% from 255) = 11.51%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 37.95%
G = 11.51%
B = 50.53%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B236ED (or 0xB236ED) is known color: Dark Orchid. HEX triplet: B2, 36 and ED. RGB value is (178,54,237). Sum of RGB (Red+Green+Blue) = 178+54+237=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B236ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B236ED is #4DC912. Grayscale: #6F6F6F. Windows color (decimal): -5097747 or 15546034. OLE color: 15546034.

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

Color convert

RGB 178 54 237 -
CMYK 0.25 0.77 0 0.07
HSL 280.66º 0.84% 0.57% -
HSV(B) 280.66º 0.77% 0.93% -
XYZ 34.97 18.22 81.79 -
YUV 111.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 178 54 237 0.25 0.77 0 0.07 280.66 0.84 0.57
Hex B2 36 ED 19 4D 0 7 119 54 39
Octal 262 66 355 31 115 0 7 431 124 71
Binary 10110010 110110 11101101 11001 1001101 0 111 100011001 1010100 111001

Color Harmonies of #B236ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B236ED

Black with #B236ED

Text Example


Text Example

White with #B236ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B236ED; }

 p { color: rgb(178,54,237); }

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

background-color css

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

 a { background-color: rgb(178,54,237); }

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

border-color css

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

 span { border-color: rgb(178,54,237); }

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