Html Css Color HEX #B633F2 Medium Orchid

📋 copy color: '#B633F2'

red 182 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #B633F2

Tints of Medium Orchid #B633F2

RGB

 RED value IS 182 (71.48% from 255) = 38.32%

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

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

R = 38.32%
G = 10.74%
B = 50.95%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B633F2 (or 0xB633F2) is known color: Medium Orchid. HEX triplet: B6, 33 and F2. RGB value is (182,51,242). Sum of RGB (Red+Green+Blue) = 182+51+242=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B633F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B633F2 is #49CC0D. Grayscale: #6F6F6F. Windows color (decimal): -4836366 or 15872950. OLE color: 15872950.

HSL color Cylindrical-coordinate representation of color #B633F2: hue angle of 281.15º 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 #B633F2 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 51 242 -
CMYK 0.25 0.79 0 0.05
HSL 281.15º 0.88% 0.57% -
HSV(B) 281.15º 0.79% 0.95% -
XYZ 36.5 18.72 85.69 -
YUV 111.94 201.4 177.97 -
System Red Green Blue C M Y K H S L
Decimal 182 51 242 0.25 0.79 0 0.05 281.15 0.88 0.57
Hex B6 33 F2 19 4F 0 5 119 58 39
Octal 266 63 362 31 117 0 5 431 130 71
Binary 10110110 110011 11110010 11001 1001111 0 101 100011001 1011000 111001

Color Harmonies of #B633F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633F2

Black with #B633F2

Text Example


Text Example

White with #B633F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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