Html Css Color HEX #B232DA Dark Orchid

📋 copy color: '#B232DA'

red 178 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #B232DA

Tints of Dark Orchid #B232DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.21%

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 39.91%
G = 11.21%
B = 48.88%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B232DA (or 0xB232DA) is known color: Dark Orchid. HEX triplet: B2, 32 and DA. RGB value is (178,50,218). Sum of RGB (Red+Green+Blue) = 178+50+218=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #B232DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232DA is #4DCD25. Grayscale: #6A6A6A. Windows color (decimal): -5098790 or 14299826. OLE color: 14299826.

HSL color Cylindrical-coordinate representation of color #B232DA: hue angle of 285.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B232DA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 50 218 -
CMYK 0.18 0.77 0 0.15
HSL 285.71º 0.69% 0.53% -
HSV(B) 285.71º 0.77% 0.85% -
XYZ 32.16 16.81 67.88 -
YUV 107.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 178 50 218 0.18 0.77 0 0.15 285.71 0.69 0.53
Hex B2 32 DA 12 4D 0 F 11E 45 35
Octal 262 62 332 22 115 0 17 436 105 65
Binary 10110010 110010 11011010 10010 1001101 0 1111 100011110 1000101 110101

Color Harmonies of #B232DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232DA

Black with #B232DA

Text Example


Text Example

White with #B232DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232DA; }

 p { color: rgb(178,50,218); }

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

background-color css

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

 a { background-color: rgb(178,50,218); }

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

border-color css

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

 span { border-color: rgb(178,50,218); }

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