Html Css Color HEX #B233F2 Dark Orchid

📋 copy color: '#B233F2'

red 178 ◦ green 51 ◦ blue 242

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

Shades of Dark Orchid #B233F2

Tints of Dark Orchid #B233F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.38%

R = 37.79%
G = 10.83%
B = 51.38%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B233F2 (or 0xB233F2) is known color: Dark Orchid. HEX triplet: B2, 33 and F2. RGB value is (178,51,242). Sum of RGB (Red+Green+Blue) = 178+51+242=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #B233F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233F2 is #4DCC0D. Grayscale: #6E6E6E. Windows color (decimal): -5098510 or 15872946. OLE color: 15872946.

HSL color Cylindrical-coordinate representation of color #B233F2: hue angle of 279.9º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B233F2 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 51 242 -
CMYK 0.26 0.79 0 0.05
HSL 279.9º 0.88% 0.57% -
HSV(B) 279.9º 0.79% 0.95% -
XYZ 35.57 18.24 85.65 -
YUV 110.75 202.08 175.97 -
System Red Green Blue C M Y K H S L
Decimal 178 51 242 0.26 0.79 0 0.05 279.9 0.88 0.57
Hex B2 33 F2 1A 4F 0 5 118 58 39
Octal 262 63 362 32 117 0 5 430 130 71
Binary 10110010 110011 11110010 11010 1001111 0 101 100011000 1011000 111001

Color Harmonies of #B233F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B233F2

Black with #B233F2

Text Example


Text Example

White with #B233F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B233F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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