Html Css Color HEX #B73EEA Medium Orchid

📋 copy color: '#B73EEA'

red 183 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #B73EEA

Tints of Medium Orchid #B73EEA

RGB

 RED value IS 183 (71.88% from 255) = 38.2%

 GREEN value IS 62 (24.61% from 255) = 12.94%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 38.2%
G = 12.94%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B73EEA (or 0xB73EEA) is known color: Medium Orchid. HEX triplet: B7, 3E and EA. RGB value is (183,62,234). Sum of RGB (Red+Green+Blue) = 183+62+234=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73EEA is #48C115. Grayscale: #757575. Windows color (decimal): -4768022 or 15351479. OLE color: 15351479.

HSL color Cylindrical-coordinate representation of color #B73EEA: hue angle of 282.21º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73EEA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 62 234 -
CMYK 0.22 0.74 0 0.08
HSL 282.21º 0.8% 0.58% -
HSV(B) 282.21º 0.74% 0.92% -
XYZ 36.1 19.45 79.69 -
YUV 117.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 183 62 234 0.22 0.74 0 0.08 282.21 0.8 0.58
Hex B7 3E EA 16 4A 0 8 11A 50 3A
Octal 267 76 352 26 112 0 10 432 120 72
Binary 10110111 111110 11101010 10110 1001010 0 1000 100011010 1010000 111010

Color Harmonies of #B73EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73EEA

Black with #B73EEA

Text Example


Text Example

White with #B73EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73EEA; }

 p { color: rgb(183,62,234); }

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

background-color css

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

 a { background-color: rgb(183,62,234); }

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

border-color css

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

 span { border-color: rgb(183,62,234); }

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