Html Css Color HEX #B234DA Dark Orchid

📋 copy color: '#B234DA'

red 178 ◦ green 52 ◦ blue 218

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

Shades of Dark Orchid #B234DA

Tints of Dark Orchid #B234DA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

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

R = 39.73%
G = 11.61%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B234DA (or 0xB234DA) is known color: Dark Orchid. HEX triplet: B2, 34 and DA. RGB value is (178,52,218). Sum of RGB (Red+Green+Blue) = 178+52+218=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B234DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234DA is #4DCB25. Grayscale: #6C6C6C. Windows color (decimal): -5098278 or 14300338. OLE color: 14300338.

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

Color convert

RGB 178 52 218 -
CMYK 0.18 0.76 0 0.15
HSL 285.54º 0.69% 0.53% -
HSV(B) 285.54º 0.76% 0.85% -
XYZ 32.24 16.98 67.91 -
YUV 108.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 178 52 218 0.18 0.76 0 0.15 285.54 0.69 0.53
Hex B2 34 DA 12 4C 0 F 11E 45 35
Octal 262 64 332 22 114 0 17 436 105 65
Binary 10110010 110100 11011010 10010 1001100 0 1111 100011110 1000101 110101

Color Harmonies of #B234DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234DA

Black with #B234DA

Text Example


Text Example

White with #B234DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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