Html Css Color HEX #B433CF Dark Orchid

📋 copy color: '#B433CF'

red 180 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #B433CF

Tints of Dark Orchid #B433CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 41.1%
G = 11.64%
B = 47.26%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B433CF (or 0xB433CF) is known color: Dark Orchid. HEX triplet: B4, 33 and CF. RGB value is (180,51,207). Sum of RGB (Red+Green+Blue) = 180+51+207=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B433CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433CF is #4BCC30. Grayscale: #6A6A6A. Windows color (decimal): -4967473 or 13579188. OLE color: 13579188.

HSL color Cylindrical-coordinate representation of color #B433CF: hue angle of 289.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B433CF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 51 207 -
CMYK 0.13 0.75 0 0.19
HSL 289.62º 0.62% 0.51% -
HSV(B) 289.62º 0.75% 0.81% -
XYZ 31.27 16.58 60.58 -
YUV 107.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 180 51 207 0.13 0.75 0 0.19 289.62 0.62 0.51
Hex B4 33 CF D 4B 0 13 122 3E 33
Octal 264 63 317 15 113 0 23 442 76 63
Binary 10110100 110011 11001111 1101 1001011 0 10011 100100010 111110 110011

Color Harmonies of #B433CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433CF

Black with #B433CF

Text Example


Text Example

White with #B433CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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