Html Css Color HEX #B233DA Dark Orchid

📋 copy color: '#B233DA'

red 178 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #B233DA

Tints of Dark Orchid #B233DA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.41%

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

R = 39.82%
G = 11.41%
B = 48.77%

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

#B233DA (or 0xB233DA) is known color: Dark Orchid. HEX triplet: B2, 33 and DA. RGB value is (178,51,218). Sum of RGB (Red+Green+Blue) = 178+51+218=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #B233DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233DA is #4DCC25. Grayscale: #6B6B6B. Windows color (decimal): -5098534 or 14300082. OLE color: 14300082.

HSL color Cylindrical-coordinate representation of color #B233DA: hue angle of 285.63º 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 #B233DA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 51 218 -
CMYK 0.18 0.77 0 0.15
HSL 285.63º 0.69% 0.53% -
HSV(B) 285.63º 0.77% 0.85% -
XYZ 32.2 16.89 67.89 -
YUV 108.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 178 51 218 0.18 0.77 0 0.15 285.63 0.69 0.53
Hex B2 33 DA 12 4D 0 F 11E 45 35
Octal 262 63 332 22 115 0 17 436 105 65
Binary 10110010 110011 11011010 10010 1001101 0 1111 100011110 1000101 110101

Color Harmonies of #B233DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233DA

Black with #B233DA

Text Example


Text Example

White with #B233DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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