Html Css Color HEX #B238C7 Dark Orchid

📋 copy color: '#B238C7'

red 178 ◦ green 56 ◦ blue 199

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

Shades of Dark Orchid #B238C7

Tints of Dark Orchid #B238C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 41.11%
G = 12.93%
B = 45.96%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B238C7 (or 0xB238C7) is known color: Dark Orchid. HEX triplet: B2, 38 and C7. RGB value is (178,56,199). Sum of RGB (Red+Green+Blue) = 178+56+199=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #B238C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238C7 is #4DC738. Grayscale: #6C6C6C. Windows color (decimal): -5097273 or 13056178. OLE color: 13056178.

HSL color Cylindrical-coordinate representation of color #B238C7: hue angle of 291.19º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B238C7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 56 199 -
CMYK 0.11 0.72 0 0.22
HSL 291.19º 0.56% 0.5% -
HSV(B) 291.19º 0.72% 0.78% -
XYZ 30.08 16.42 55.62 -
YUV 108.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 178 56 199 0.11 0.72 0 0.22 291.19 0.56 0.5
Hex B2 38 C7 B 48 0 16 123 38 32
Octal 262 70 307 13 110 0 26 443 70 62
Binary 10110010 111000 11000111 1011 1001000 0 10110 100100011 111000 110010

Color Harmonies of #B238C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238C7

Black with #B238C7

Text Example


Text Example

White with #B238C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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