Html Css Color HEX #B433C3 Dark Orchid

📋 copy color: '#B433C3'

red 180 ◦ green 51 ◦ blue 195

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

Shades of Dark Orchid #B433C3

Tints of Dark Orchid #B433C3

RGB

 RED value IS 180 (70.7% from 255) = 42.25%

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

 BLUE value IS 195 (76.56% from 255) = 45.77%

R = 42.25%
G = 11.97%
B = 45.77%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B433C3 (or 0xB433C3) is known color: Dark Orchid. HEX triplet: B4, 33 and C3. RGB value is (180,51,195). Sum of RGB (Red+Green+Blue) = 180+51+195=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #B433C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C3 is #4BCC3C. Grayscale: #696969. Windows color (decimal): -4967485 or 12792756. OLE color: 12792756.

HSL color Cylindrical-coordinate representation of color #B433C3: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B433C3 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 51 195 -
CMYK 0.08 0.74 0 0.24
HSL 293.75º 0.59% 0.48% -
HSV(B) 293.75º 0.74% 0.76% -
XYZ 29.86 16.01 53.15 -
YUV 105.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 180 51 195 0.08 0.74 0 0.24 293.75 0.59 0.48
Hex B4 33 C3 8 4A 0 18 126 3B 30
Octal 264 63 303 10 112 0 30 446 73 60
Binary 10110100 110011 11000011 1000 1001010 0 11000 100100110 111011 110000

Color Harmonies of #B433C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433C3

Black with #B433C3

Text Example


Text Example

White with #B433C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433C3; }

 p { color: rgb(180,51,195); }

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

background-color css

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

 a { background-color: rgb(180,51,195); }

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

border-color css

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

 span { border-color: rgb(180,51,195); }

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