Html Css Color HEX #833BBC Dark Orchid

📋 copy color: '#833BBC'

red 131 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #833BBC

Tints of Dark Orchid #833BBC

RGB

 RED value IS 131 (51.56% from 255) = 34.66%

 GREEN value IS 59 (23.44% from 255) = 15.61%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 34.66%
G = 15.61%
B = 49.74%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833BBC (or 0x833BBC) is known color: Dark Orchid. HEX triplet: 83, 3B and BC. RGB value is (131,59,188). Sum of RGB (Red+Green+Blue) = 131+59+188=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #833BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BBC is #7CC443. Grayscale: #5E5E5E. Windows color (decimal): -8176708 or 12336003. OLE color: 12336003.

HSL color Cylindrical-coordinate representation of color #833BBC: hue angle of 273.49º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833BBC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 59 188 -
CMYK 0.30 0.69 0 0.26
HSL 273.49º 0.52% 0.48% -
HSV(B) 273.49º 0.69% 0.74% -
XYZ 20 11.58 48.76 -
YUV 95.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 131 59 188 0.30 0.69 0 0.26 273.49 0.52 0.48
Hex 83 3B BC 1E 45 0 1A 111 34 30
Octal 203 73 274 36 105 0 32 421 64 60
Binary 10000011 111011 10111100 11110 1000101 0 11010 100010001 110100 110000

Color Harmonies of #833BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BBC

Black with #833BBC

Text Example


Text Example

White with #833BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833BBC; }

 p { color: rgb(131,59,188); }

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

background-color css

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

 a { background-color: rgb(131,59,188); }

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

border-color css

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

 span { border-color: rgb(131,59,188); }

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