Html Css Color HEX #B238D3 Dark Orchid

📋 copy color: '#B238D3'

red 178 ◦ green 56 ◦ blue 211

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

Shades of Dark Orchid #B238D3

Tints of Dark Orchid #B238D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.42%

R = 40%
G = 12.58%
B = 47.42%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B238D3 (or 0xB238D3) is known color: Dark Orchid. HEX triplet: B2, 38 and D3. RGB value is (178,56,211). Sum of RGB (Red+Green+Blue) = 178+56+211=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #B238D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238D3 is #4DC72C. Grayscale: #6D6D6D. Windows color (decimal): -5097261 or 13842610. OLE color: 13842610.

HSL color Cylindrical-coordinate representation of color #B238D3: hue angle of 287.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B238D3 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 56 211 -
CMYK 0.16 0.73 0 0.17
HSL 287.23º 0.64% 0.52% -
HSV(B) 287.23º 0.73% 0.83% -
XYZ 31.53 17 63.25 -
YUV 110.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 178 56 211 0.16 0.73 0 0.17 287.23 0.64 0.52
Hex B2 38 D3 10 49 0 11 11F 40 34
Octal 262 70 323 20 111 0 21 437 100 64
Binary 10110010 111000 11010011 10000 1001001 0 10001 100011111 1000000 110100

Color Harmonies of #B238D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238D3

Black with #B238D3

Text Example


Text Example

White with #B238D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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