Html Css Color HEX #B238D0 Dark Orchid

📋 copy color: '#B238D0'

red 178 ◦ green 56 ◦ blue 208

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

Shades of Dark Orchid #B238D0

Tints of Dark Orchid #B238D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 40.27%
G = 12.67%
B = 47.06%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B238D0 (or 0xB238D0) is known color: Dark Orchid. HEX triplet: B2, 38 and D0. RGB value is (178,56,208). Sum of RGB (Red+Green+Blue) = 178+56+208=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #B238D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238D0 is #4DC72F. Grayscale: #6D6D6D. Windows color (decimal): -5097264 or 13646002. OLE color: 13646002.

HSL color Cylindrical-coordinate representation of color #B238D0: hue angle of 288.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B238D0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 56 208 -
CMYK 0.14 0.73 0 0.18
HSL 288.16º 0.62% 0.52% -
HSV(B) 288.16º 0.73% 0.82% -
XYZ 31.16 16.85 61.28 -
YUV 109.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 178 56 208 0.14 0.73 0 0.18 288.16 0.62 0.52
Hex B2 38 D0 E 49 0 12 120 3E 34
Octal 262 70 320 16 111 0 22 440 76 64
Binary 10110010 111000 11010000 1110 1001001 0 10010 100100000 111110 110100

Color Harmonies of #B238D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238D0

Black with #B238D0

Text Example


Text Example

White with #B238D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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