Html Css Color HEX #B237CD Dark Orchid

📋 copy color: '#B237CD'

red 178 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #B237CD

Tints of Dark Orchid #B237CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 40.64%
G = 12.56%
B = 46.8%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B237CD (or 0xB237CD) is known color: Dark Orchid. HEX triplet: B2, 37 and CD. RGB value is (178,55,205). Sum of RGB (Red+Green+Blue) = 178+55+205=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #B237CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237CD is #4DC832. Grayscale: #6C6C6C. Windows color (decimal): -5097523 or 13449138. OLE color: 13449138.

HSL color Cylindrical-coordinate representation of color #B237CD: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B237CD is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 55 205 -
CMYK 0.13 0.73 0 0.20
HSL 289.2º 0.6% 0.51% -
HSV(B) 289.2º 0.73% 0.8% -
XYZ 30.75 16.61 59.34 -
YUV 108.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 178 55 205 0.13 0.73 0 0.20 289.2 0.6 0.51
Hex B2 37 CD D 49 0 14 121 3C 33
Octal 262 67 315 15 111 0 24 441 74 63
Binary 10110010 110111 11001101 1101 1001001 0 10100 100100001 111100 110011

Color Harmonies of #B237CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237CD

Black with #B237CD

Text Example


Text Example

White with #B237CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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