Html Css Color HEX #B237E7 Dark Orchid

📋 copy color: '#B237E7'

red 178 ◦ green 55 ◦ blue 231

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

Shades of Dark Orchid #B237E7

Tints of Dark Orchid #B237E7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.85%

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 38.36%
G = 11.85%
B = 49.78%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B237E7 (or 0xB237E7) is known color: Dark Orchid. HEX triplet: B2, 37 and E7. RGB value is (178,55,231). Sum of RGB (Red+Green+Blue) = 178+55+231=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #B237E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237E7 is #4DC818. Grayscale: #6F6F6F. Windows color (decimal): -5097497 or 15153074. OLE color: 15153074.

HSL color Cylindrical-coordinate representation of color #B237E7: hue angle of 281.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B237E7 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 55 231 -
CMYK 0.23 0.76 0 0.09
HSL 281.93º 0.79% 0.56% -
HSV(B) 281.93º 0.76% 0.91% -
XYZ 34.15 17.97 77.27 -
YUV 111.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 178 55 231 0.23 0.76 0 0.09 281.93 0.79 0.56
Hex B2 37 E7 17 4C 0 9 11A 4F 38
Octal 262 67 347 27 114 0 11 432 117 70
Binary 10110010 110111 11100111 10111 1001100 0 1001 100011010 1001111 111000

Color Harmonies of #B237E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237E7

Black with #B237E7

Text Example


Text Example

White with #B237E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237E7; }

 p { color: rgb(178,55,231); }

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

background-color css

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

 a { background-color: rgb(178,55,231); }

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

border-color css

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

 span { border-color: rgb(178,55,231); }

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