Html Css Color HEX #B238DF Dark Orchid

📋 copy color: '#B238DF'

red 178 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #B238DF

Tints of Dark Orchid #B238DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 38.95%
G = 12.25%
B = 48.8%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B238DF (or 0xB238DF) is known color: Dark Orchid. HEX triplet: B2, 38 and DF. RGB value is (178,56,223). Sum of RGB (Red+Green+Blue) = 178+56+223=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B238DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238DF is #4DC720. Grayscale: #6E6E6E. Windows color (decimal): -5097249 or 14629042. OLE color: 14629042.

HSL color Cylindrical-coordinate representation of color #B238DF: hue angle of 283.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B238DF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 56 223 -
CMYK 0.20 0.75 0 0.13
HSL 283.83º 0.72% 0.55% -
HSV(B) 283.83º 0.75% 0.87% -
XYZ 33.09 17.62 71.47 -
YUV 111.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 178 56 223 0.20 0.75 0 0.13 283.83 0.72 0.55
Hex B2 38 DF 14 4B 0 D 11C 48 37
Octal 262 70 337 24 113 0 15 434 110 67
Binary 10110010 111000 11011111 10100 1001011 0 1101 100011100 1001000 110111

Color Harmonies of #B238DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238DF

Black with #B238DF

Text Example


Text Example

White with #B238DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238DF; }

 p { color: rgb(178,56,223); }

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

background-color css

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

 a { background-color: rgb(178,56,223); }

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

border-color css

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

 span { border-color: rgb(178,56,223); }

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